[INFO] fetching crate ponsic 1.1.1...
[INFO] fixing ponsic-1.1.1 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate ponsic 1.1.1 into /workspace/builds/worker-2-tc1/source
[INFO] started tweaking crates.io crate ponsic 1.1.1
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate ponsic 1.1.1
[INFO] tweaked toml for crates.io crate ponsic 1.1.1 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate ponsic 1.1.1 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate ponsic 1.1.1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded ponsic-winsafe v1.2.0
[INFO] [stderr]   Downloaded ponsic-types v0.1.1
[INFO] [stderr]   Downloaded ponsic-color v0.1.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] e353779afd6a748a49d71620ab802b722ce2977e5dfd7a65574b3177b6a6ed9f
[INFO] running `Command { std: "docker" "start" "e353779afd6a748a49d71620ab802b722ce2977e5dfd7a65574b3177b6a6ed9f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e353779afd6a748a49d71620ab802b722ce2977e5dfd7a65574b3177b6a6ed9f" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e353779afd6a748a49d71620ab802b722ce2977e5dfd7a65574b3177b6a6ed9f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e353779afd6a748a49d71620ab802b722ce2977e5dfd7a65574b3177b6a6ed9f" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking ponsic v1.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: cannot find `graphics` in `ponsic`
[INFO] [stdout]   --> examples/window.rs:21:41
[INFO] [stdout]    |
[INFO] [stdout] 21 |     fn draw(&mut self, context: ponsic::graphics::Context) {
[INFO] [stdout]    |                                         ^^^^^^^^ could not find `graphics` in `ponsic`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `Proc` in this scope
[INFO] [stdout]   --> examples/window.rs:12:6
[INFO] [stdout]    |
[INFO] [stdout] 12 | impl Proc for MyWindow {
[INFO] [stdout]    |      ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> examples/window.rs:4:15
[INFO] [stdout]    |
[INFO] [stdout]  1 | #[cfg(target_os = "windows")]
[INFO] [stdout]    |       --------------------- the item is gated behind the `windows` feature
[INFO] [stdout] ...
[INFO] [stdout]  4 |     widgets::{Proc, Window},
[INFO] [stdout]    |               ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Events` in this scope
[INFO] [stdout]   --> examples/window.rs:13:26
[INFO] [stdout]    |
[INFO] [stdout] 13 |     fn handle(&mut self, Events { event, .. }: Events) -> Return {
[INFO] [stdout]    |                          ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Events` in this scope
[INFO] [stdout]   --> examples/window.rs:13:48
[INFO] [stdout]    |
[INFO] [stdout] 13 |     fn handle(&mut self, Events { event, .. }: Events) -> Return {
[INFO] [stdout]    |                                                ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Return` in this scope
[INFO] [stdout]   --> examples/window.rs:13:59
[INFO] [stdout]    |
[INFO] [stdout] 13 |     fn handle(&mut self, Events { event, .. }: Events) -> Return {
[INFO] [stdout]    |                                                           ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Context2D` in this scope
[INFO] [stdout]   --> examples/window.rs:22:22
[INFO] [stdout]    |
[INFO] [stdout] 22 |         let context: Context2D = context.into();
[INFO] [stdout]    |                      ^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> examples/window.rs:3:28
[INFO] [stdout]    |
[INFO] [stdout]  1 | #[cfg(target_os = "windows")]
[INFO] [stdout]    |       --------------------- the item is gated behind the `windows` feature
[INFO] [stdout]  2 | use ponsic::{
[INFO] [stdout]  3 |     graphics::context_2d::{Context2D, DrawText},
[INFO] [stdout]    |                            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Event` in this scope
[INFO] [stdout]   --> examples/window.rs:14:16
[INFO] [stdout]    |
[INFO] [stdout] 14 |         if let Event::Window(WindowEvent::Destroy) = event {
[INFO] [stdout]    |                ^^^^^ use of undeclared type `Event`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `WindowEvent` in this scope
[INFO] [stdout]   --> examples/window.rs:14:30
[INFO] [stdout]    |
[INFO] [stdout] 14 |         if let Event::Window(WindowEvent::Destroy) = event {
[INFO] [stdout]    |                              ^^^^^^^^^^^ use of undeclared type `WindowEvent`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `App` in this scope
[INFO] [stdout]   --> examples/window.rs:15:13
[INFO] [stdout]    |
[INFO] [stdout] 15 |             App::should_exit(0);
[INFO] [stdout]    |             ^^^ use of undeclared type `App`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Return` in this scope
[INFO] [stdout]   --> examples/window.rs:16:20
[INFO] [stdout]    |
[INFO] [stdout] 16 |             return Return::Finish;
[INFO] [stdout]    |                    ^^^^^^ use of undeclared type `Return`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Return` in this scope
[INFO] [stdout]   --> examples/window.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 18 |         Return::Default
[INFO] [stdout]    |         ^^^^^^ use of undeclared type `Return`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Recti` in this scope
[INFO] [stdout]   --> examples/window.rs:23:47
[INFO] [stdout]    |
[INFO] [stdout] 23 |         context.draw_text("Hello World", &mut Recti::new(10, 10, 100, 100), &[]);
[INFO] [stdout]    |                                               ^^^^^ use of undeclared type `Recti`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0405, E0422, E0425, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0405`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ponsic` (example "window") due to 12 previous errors
[INFO] running `Command { std: "docker" "inspect" "e353779afd6a748a49d71620ab802b722ce2977e5dfd7a65574b3177b6a6ed9f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e353779afd6a748a49d71620ab802b722ce2977e5dfd7a65574b3177b6a6ed9f", kill_on_drop: false }`
[INFO] [stdout] e353779afd6a748a49d71620ab802b722ce2977e5dfd7a65574b3177b6a6ed9f
